<add domainName="[clientmachine]" allowed="true" />
When I try to access an Web site hosted in IIS 7, I receive the HTTP Error
403.8 error message. I was told to change the dominaName attribute to be:
<add domainName="[clientmachine]" allowed="true" />.
However, I am not sure where I can change this attribute. In the
ApplicationHost.config file, I cannot find this attribute. Can anyone shed
some light?
Many thanks!
Re: <add domainName="[clientmachine]" allowed="true" />
On Sep 13, 8:16 pm, Felix_Jiang <FelixJi... [at] discussions.microsoft.com>
wrote:
> When I try to access an Web site hosted in IIS 7, I receive the HTTP Error
> 403.8 error message. I was told to change the dominaName attribute to be:
> <add domainName="[clientmachine]" allowed="true" />.
>
> However, I am not sure where I can change this attribute. In the
> ApplicationHost.config file, I cannot find this attribute. Can anyone shed
> some light?
>
> Many thanks!
I believe there is UI to do what you want.
I'm not certain why you are directly tweaking applicationHost.config
file.
One can definitely figure this out.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: <add domainName="[clientmachine]" allowed="true" />
As David says - you should be able to do this via the GUI.
If you can't, then this goes into the IP Security section.
Cheers
Ken
"Felix_Jiang" <FelixJiang [at] discussions.microsoft.com> wrote in message
news:A828F433-FCAB-4FBF-928C-B3630C932E4E [at] microsoft.com...
> When I try to access an Web site hosted in IIS 7, I receive the HTTP Error
> 403.8 error message. I was told to change the dominaName attribute to be:
> <add domainName="[clientmachine]" allowed="true" />.
>
> However, I am not sure where I can change this attribute. In the
> ApplicationHost.config file, I cannot find this attribute. Can anyone shed
> some light?
>
> Many thanks!